func regexp/syntax.writeRegexp
6 uses
regexp/syntax (current package)
regexp.go#L225: func writeRegexp(b *strings.Builder, re *Regexp, f printFlags, flags map[*Regexp]printFlags) {
regexp.go#L334: writeRegexp(b, re.Sub[0], flags[re.Sub[0]], flags)
regexp.go#L343: writeRegexp(b, sub, p, flags)
regexp.go#L372: writeRegexp(b, sub, p, flags)
regexp.go#L379: writeRegexp(b, sub, 0, flags)
regexp.go#L392: writeRegexp(&b, re, must, flags)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |